ArcGIS Runtime SDK for WPF - Library Reference
SimplifyTaskAsync(IList<Graphic>,CancellationToken) Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class > SimplifyTaskAsync Method : SimplifyTaskAsync(IList<Graphic>,CancellationToken) Method

graphics
The graphics containing the geometry to simplify.
cancellationToken
The cancellation token
Alters the given geometries to make their definitions topologically legal with respect to their geometry type.

Syntax

Visual Basic (Declaration) 
Public Overloads Function SimplifyTaskAsync( _
   ByVal graphics As IList(Of Graphic), _
   ByVal cancellationToken As CancellationToken _
) As Task(Of SimplifyResult)

Parameters

graphics
The graphics containing the geometry to simplify.
cancellationToken
The cancellation token

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.